body
{
	
	background-image: url('bgPage.jpg');
	color: #000;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 150%;
}

.hide {
	visibility: hidden;
}

img
{
	border: 0;
}

.dummy {

	 font-size: 1px;
}

#container_top {

	width: 100%;
	height: 160px;
	background-image: url('bgTop.png'); 
	background-repeat: no-repeat;
	vertical-align:bottom;
	
}

#page_title
{
	float: right;
	margin: 0;
	padding: 9px 0 0px 0;
	padding-top: 83px;
	padding-right: 14px;
	font-size: 0.9 em;
	color: #317549;
	font-weight: bold;
	
}

#container_middle {


	min-height: 420px;
	width: 898px;
	margin-left: 1px;
	background-image: url('bgMain.png'); 
	background-repeat: repeat-y;
}

#middle_left {

	max-width: 180px;
	width: 1px;
	height: 420px;
	float: left;
}

#middle_right {
	background-color: #ffffff;
	float: right;
	height: 420px;
	width: 890px;
}


#pgcntx {

	height: 420px;
	font-size: 0.9em;
}



#container_bottom {

	width: 100%;
	height: 100px;
	background-image: url('bgBottom.png'); 
	background-repeat: no-repeat 
}

